home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-11-20 | 1.3 KB | 33 lines | [04] ASCII Text (0x0000) |
- Apple II
- File Type Notes
- _____________________________________________________________________________
- Developer Technical Support
-
-
- File Type: $C0 (192)
- Auxiliary Type: $0003
-
- Full Name: Packed Apple IIGS QuickDraw II Picture File
- Short Name: Packed QuickDraw II PICT File
-
- Written by: Matt Deatherage November 1988
-
- Files of this type and auxiliary type contain a packed QuickDraw II picture.
- _____________________________________________________________________________
-
- Files of type $C0 and auxiliary type $0003 contain a packed QuickDraw II
- picture (a.k.a. PICT, after its counterpart on the Macintosh), and this file
- format is the same as file type $C1 and auxiliary type $0001, except files in
- this format are packed. If you encounter a file of this type, you should be
- able to get its length, allocate a handle of the same size, read the file into
- the handle, use UnPackBytes to restore the picture to its original format, and
- call DrawPicture to display the picture. Refer to Apple IIGS Technical Note
- #46, DrawPicture Data Format for more information on the internal format of
- QuickDraw II pictures.
-
-
- Further Reference
- o Apple IIGS Toolbox Reference Manual, Volume 2
- o Apple IIGS Technical Note #46, DrawPicture Data Format
-
-